home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / programming / other / python-1.52 / python152.readme < prev    next >
Text File  |  1999-06-14  |  2KB  |  88 lines

  1. Short:    Python language 1.5.2 (bin+lib)
  2. Author:   irmen@bigfoot.com (Irmen de Jong)
  3. Uploader: irmen@bigfoot.com (Irmen de Jong)
  4. Type:     dev/lang
  5. Requires: 68030, FPU, Kickstart 2.04, 2Mb RAM
  6.  
  7.  
  8.                               AMIGAPYTHON 1.5
  9.  
  10.                          RELEASE 1.5.2 (build 1)
  11.  
  12.     
  13.            Conversion and Amiga specific code by Irmen de Jong.
  14.               (Original code by Guido van Rossum and others)
  15.  
  16.  
  17.  
  18. * WHAT'S THIS?
  19.  
  20. This is the Python interpreter (version 1.5.2) for AmigaDOS.  If you don't
  21. know what Python is and what it can do for you, visit the Python homepage
  22. at <http://www.python.org/>.
  23.  
  24.  
  25. * WHAT'S IN THIS ARCHIVE?
  26.  
  27.     - Python 1.5 binary for 68030+FPU (sorry, no 68020/IEEE)
  28.     - Installer® installation script (in Dutch and English)
  29.     - Some demo programs & icons
  30.     - Python library modules
  31.     - Some documentation, mostly on Amiga features
  32.  
  33.  
  34. * MINIMAL SYSTEM REQUIREMENTS    
  35.  
  36.     - 2 megabytes of memory.
  37.     - Harddisk recommended.
  38.     - Kickstart 2.04
  39.     - 68030 CPU, FPU required
  40.     - For networking functions: AmiTCP (Version 4)
  41.       (version 3 might work too, but I haven't checked this)
  42.     - For user authorisation stuff: usergroup.library from AmiTCP or
  43.       MultiUserFileSystem.
  44.  
  45.     - NOTE: I-Net225 support (instead of AmiTCP) is available, but beta.
  46.       An I-Net version can be downloaded from the AmigaPython homepage.
  47.  
  48.  
  49. * CHANGES SINCE THE PREVIOUS VERSION (version 1.5.1 build 18):
  50.  
  51.     - Based on 1.5.2 source code and libraries.
  52.  
  53.  
  54. The following modules are built-in in this release:
  55.     ARexxll        Doslib        amiga        array
  56.     binascii    cPickle        cStringIO    cmath
  57.     crypt        environment    errno        grp
  58.     imp        marshal        math        md5
  59.     new        operator    pcre        pwd
  60.     regex        rotor        select        sha
  61.     socket        soundex        strop        struct
  62.     sys        syslog        time
  63.  
  64.  
  65. Check the README file in the archive for more information.  You can also
  66. find more information on Python at my AmigaPython Web page;
  67. <http://www.bigfoot.com/~irmen/python.html>
  68.  
  69.  
  70. IMPORTANT:
  71. Please let me know if you find any errors, encounter problems, or have any
  72. suggestions!  But, as I work on this in my spare time, don't expect
  73. miracles...
  74.  
  75. SUGGESTION:
  76. Unpack the archive to where you want the program to be.  The installation
  77. will then be performed much quicker.
  78.  
  79. SOURCE?
  80. Also on Aminet, where you got this:  dev/lang/Python*_Src.lha, where
  81. * may be the version number.
  82.  
  83.  
  84.  
  85.                     Irmen de Jong
  86.  
  87.                     irmen@bigfoot.com
  88.